home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / shark_attack_2.swf / scripts / DefineSprite_203 / frame_1 / DoAction.as
Encoding:
Text File  |  2012-01-07  |  122 b   |  10 lines

  1. if(_root.hiscore20 < _root.score and _root.local == 1)
  2. {
  3.    _visible = 1;
  4. }
  5. else
  6. {
  7.    _visible = 0;
  8.    stop();
  9. }
  10.